Skip to content

extension.js

Mohammed Osama Mohamed Sayed Ahmed edited this page May 21, 2019 · 1 revision

var cefsharp;

if (!cefsharp)

cefsharp = {};

if (!cefsharp.extension) cefsharp.extension = {};

(function () { cefsharp.extension.alert = function (text) { alert(text); }; })();

// Requires "contentSettings" permission

// chrome.contentSettings.fullscreen.set({ primaryPattern: "://.example.com/*", setting: "allow" });