Allow Select And Copy
Allow selection and copy, right click and paste on any webpage with copy protection
Allow Select And Copyとは何ですか?
Allow Select And Copyはdimavanguardによって開発されたChromeの拡張機能で、その主な機能は「Allow selection and copy, right click and paste on any webpage with copy protection」です。
拡張機能のスクリーンショット
Allow Select And Copy拡張機能のCRXファイルをダウンロード
Allow Select And Copy拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Sometimes you enter a website where is some usefull information, but you can not select it and/or copy. This extension make it possible! Moreover, extension will work automatically after few seconds when you enter the website. ************ULTRA MODE************ Press ALT + SHIFT + A to enter ULTRA MODE On some sites will be necessary to enter ULTRA MODE in order to select text. ************ULTRA MODE************
拡張機能の基本情報
名前 | Allow Select And Copy |
ID | lamaakaemgdclpnfbofmhpkanfnojjch |
公式URL | https://chromewebstore.google.com/detail/allow-select-and-copy/lamaakaemgdclpnfbofmhpkanfnojjch |
説明 | Allow selection and copy, right click and paste on any webpage with copy protection |
ファイルサイズ | 14.97 KB |
インストール数 | 163,666 |
現在のバージョン | 3.1.5 |
最終更新日 | 2018-01-06 |
公開日 | 2018-01-06 |
評価 | 3.79/5 合計 246 レビュー |
開発者 | dimavanguard |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Allow Select And Copy", "short_name": "Copy Unblock", "description": "Allow selection and copy, right click and paste on any webpage with copy protection", "version": "3.1.5", "browser_action": { "default_icon": "icon16.png", "default_popup": "popup.html", "default_title": "ALT + SHIFT + A to enter ULTRA COPY MODE.\nClick to open menu" }, "background": { "scripts": [ "background.js" ] }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "activeTab", "storage", "https:\/\/ajax.googleapis.com\/" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "script.js" ], "run_at": "document_idle", "all_frames": true } ] } |